ComponentOne Data Source for Entity Framework
C1.LiveLinq Namespace / SourceChangeEventArgs<T> Class / Ordinal Property

In This Topic
    Ordinal Property
    In This Topic
    Gets the ordinal position of the collection item that is being changed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Ordinal As System.Integer
    public System.int Ordinal {get;}
    Remarks
    This property can return -1 (ordinal unknown) if the collection cannot provide this information (if IObservableSource<T>.SupportsItemOrdinals returns false).
    See Also